home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / readme.txt < prev    next >
Text File  |  1995-05-01  |  9KB  |  230 lines

  1. ============================== README.TXT ================================
  2.  
  3. Welcome to the TeX CDROM (disc #1)!
  4.  
  5. This CDROM contains TeX, the professional typesetting system created by
  6. Professor Donald Knuth of Stanford University.  These CDROMs contain
  7. everything you need to install and use TeX and LaTeX.
  8.  
  9. ==========================================================================
  10.  
  11. Here is a list of some important files and directories of the disc.
  12.  
  13. view.exe         MSDOS File Browser/Uncompressor
  14. 00global.txt     Global index of both discs
  15.  
  16. docs/            Documentation regarding these discs
  17. docs/view.doc    Documentation regarding VIEW.EXE
  18.  
  19. filename.txt      A list of all the files on this disc
  20. readme.txt        Walnut Creek CDROM's Readme file
  21.  
  22. biblio/           bibliography formatting and maintenance
  23. dviware/          utilities for .DVI files
  24. graphics/         graphics programs
  25. macros/           TeX macros and extensions
  26. systems/          OS specific TeX
  27. systems/msdos/4alltex/        MSDOS systems
  28. systems/msdos/4alltex/INDEX   Index file for MSDOS systems
  29. tex-k/            Karl Berry's TeX for Unix systems
  30. web/              A Literate Programming System
  31.  
  32. ==========================================================================
  33.  
  34. This disc set contains a snapshot of the CTAN archive.  This snapshot was
  35. made in February and March 1995.
  36.  
  37. The installation of TeX, LaTeX, Metafont, and a DVI converter can be
  38. complicated.  Fortunately many popular systems already have binaries
  39. or patches available.  Look on disc 1 in the /systems subdirectory for a
  40. complete list.
  41.  
  42.  
  43. These text files contain installation instructions for the most popular
  44. operating systems:
  45.  
  46. Unix: Disc 1 /tex-k/unixtex.ftp
  47.  
  48. MSDOS: Disc 1 /systems/msdos/4alltex/INDEX
  49.  
  50. Macintosh: Disc 1 /systems/mac/oztex/Read-Me
  51.  
  52.  
  53. All of the material you need to start out with can be found on disc 1 - the
  54. Programs disc.  Some of the more advanced packages were moved to disc 2 -
  55. the User disc - for space reasons.  There is a lot more material here than
  56. most people will ever need, but if you need it - it's right here on these
  57. discs!
  58.  
  59. ==========================================================================
  60.  
  61. WHAT IS TeX?
  62.  
  63. TeX is one of the first real computer typesetting programs ever
  64. developed.  It was conceived of and developed by Prof. Donald E. Knuth
  65. of Stanford University.  TeX is not a WYSIWYG text formatter as is now
  66. common in programs such as Microsoft Word and WordPerfect.  With TeX
  67. instructions are embedded into an ASCII document file, which is then
  68. processed by TeX to produce a typeset document.  TeX is similar in
  69. concept to the *roff programs, if you are familiar with those.
  70.  
  71. TeX despite its primitive interface is incredibly powerful in its ability
  72. to format text and formulas - but like many powerful things, it is often
  73. difficult to use.  The answer to this difficulty is LaTeX by Leslie
  74. Lamport.  LaTeX adds the concept of logical mark-up to TeX.  LaTeX provides
  75. a system where you specify the type of document you are writing and it uses
  76. logical mark-up and its notion of the document style to produce the final
  77. output.  LaTeX's style sheets radically simplify TeX for most users.  And
  78. since LaTeX incorporates an open and flexible interface by which it can be
  79. extended, LaTeX maintains access to the power of TeX for advanced users.
  80. Most users today, will use LaTeX and extend it where necessary rather than
  81. use raw TeX.
  82.  
  83. Prof. Knuth developed TeX to be readily usable on many systems and freely
  84. available.  In order to satisfy these goals he developed Metafont, and DVI
  85. utilities.  At the time TeX was initially being developed, fonts were
  86. expensive and non-standard.  As a solution for this problem, Metafont was
  87. developed.  Metafont has two functions: as a design tool for fonts, and as
  88. the font renderer for TeX output.  The DVI utilities were developed to
  89. solve the problems of incompatible output systems.  Essentially DVI is an
  90. intermediate file output by the TeX program that describes the final output
  91. down to the finest detail.  The DVI utilities convert these files into
  92. something your printer can understand and use to produce a page that
  93. faithfully reproduces the DVI file - thus whether you have a 9-pin dot
  94. matrix printer or a 1200dpi typesetter, you get results that are as close
  95. as the differing printers can make.  Of course, the 1200dpi typesetter is
  96. going to produce much better quality output than the 9-pin printer could!
  97.  
  98. Over the years, many others have contributed add-on utilities (for document
  99. types like bibliographies, graphics, indexes, etc.) which make TeX and
  100. LaTeX even more useful.  You will find all these add-ons here on these
  101. discs.
  102.  
  103.  
  104. ACKNOWLEDGEMENTS:
  105.  
  106. Special thanks to Karl Berry for his distribution found on disc 1 in
  107. /tex-k, Dr. George Greenwade and the CTAN people for their work in
  108. maintaining the Comprehensive TeX Archive Network, Jack & Bob for their
  109. patience, and Corinna for her proofreading and moral support.
  110.  
  111.  
  112. FOR MORE INFO:
  113.  
  114. TeX:
  115. The definitive book of course is D. E. Knuths "The TeXbook" - hard to
  116. read but full of lots of useful info for all levels of users.  Another
  117. useful book is "TeX by Example" written by Arvind Borde.
  118.  
  119. LaTeX:
  120. Definitely Leslie Lamports "LaTeX: A Document Preparation System" and
  121. "The LaTeX Companion" by Michel Goossens, Frank Mittelbach, and
  122. Alexander Samarin.
  123.  
  124. Users Groups:
  125. The TeX Users Group (TUG)
  126. P.O. Box 869
  127. Santa Barbara, California 93102 USA
  128. Tel.: +1 (805) 963-1338
  129. Fax: +1 (805) 963-8358
  130. email: tug@tug.org
  131.  
  132. There are other groups listed on disc 2 in the directory /usergrps.
  133. Support these groups, really.  They are working to keep a free and
  134. useful piece of software free and useful.
  135.  
  136.  
  137. BASIC INSTRUCTIONS:
  138.  
  139. There are two discs in this set: disc 1 is the Programs disc and disc
  140. 2 is the User disc.  In general disc 1 contains the files you will
  141. need to install TeX, LaTeX, Metafont, and the necessary DVI drivers
  142. you need.
  143.  
  144. Unless you're using a Unix or Unix-like system, the best starting
  145. place is the /systems directory on disc 1.  If you find a subdirectory
  146. for your system, you're in luck - just follow the instructions in the
  147. subdirectory to install.  If you're using a Unix(-like) system or you
  148. can't find a subdirectory for your system, the best starting place is
  149. the /tex-k directory on disc 1.  This is Karl Berry's TeX distribution
  150. for Unix which contains everything needed for a basic installation.
  151.  
  152. Once you've gotten TeX installed, I strongly recommend that you read
  153. the books listed above.  You can also find some introductory material
  154. on disc 2 in the directory /docs.
  155.  
  156.  
  157. FINALLY:
  158.  
  159. Again, I strongly encourage you to join the TeX Users Group or your 
  160. local users group.  I also recommend that if you have access to Usenet 
  161. subscribe to the newsgroup comp.text.tex, which is also a good source 
  162. of information.  Buy Walnut Creek CDROM products - they're good 
  163. people.  If you have any comments or suggestions about the TeX disc 
  164. email me at dave@cdrom.com.  If you have comments for Walnut Creek CDROM 
  165. email them to info@cdrom.com.
  166.  
  167. Thanks again for buying this disc set!
  168.  
  169. Dave Cornejo
  170.  
  171. ==========================================================================
  172.  
  173. Disclaimer:
  174.  
  175. This CDROM comes with a full money back guarantee.  If you are
  176. dissatisfied for any reason, you can return it for a full refund.
  177. Walnut Creek CDROM makes no warranty about any file on this CDROM,
  178. including any written by Walnut Creek.  You, not Walnut Creek CDROM,
  179. assume all risk of using any of the files on this CDROM.  We reserve
  180. the right to limit any effort on our part to rectify problems with
  181. any file on this CDROM.
  182.  
  183. ==========================================================================
  184.  
  185. You also need to be aware that we cannot accept any responsibility,
  186. or liability in the event that using the software on this disk causes
  187. you grief, malfunction, data loss or thinning of the hair.  As with
  188. any new software, make sure that you back up your system regularly so
  189. that you can recover from unforeseen crashes.
  190.  
  191. Although we have made every attempt to examine every program on this
  192. disc, some non-shareware or public domain programs may have slipped
  193. by.  If you find such a program on this disc, please notify us
  194. immediately so we can rectify the situation.  Thanks.
  195.  
  196. ==========================================================================
  197.  
  198. All trademarks belong to their respective trademark holders.
  199. Third-Party applications/software/information are copyrighted by
  200. their respective owners.
  201.  
  202. ==========================================================================
  203.  
  204. This CDROM copyright (c) 1995 Walnut Creek CDROM.  All rights reserved.
  205.  
  206. ==========================================================================
  207.  
  208. This CDROM is unconditionally guaranteed.  If you are dissatisfied
  209. for any reason, simply return it with a short note and your contact
  210. information for a full refund.
  211.  
  212.         Walnut Creek CDROM
  213.         Suite 260
  214.         1547 Palos Verdes Mall
  215.         Walnut Creek CA  94596
  216.         USA
  217.  
  218.          1 800 786-9907 (Toll Free Sales) 
  219.          1 800 731-7177 (Toll Free Tech Support)
  220.         +1 510 674-0783 (Sales) 
  221.         +1 510 603-1234 (Tech Support)
  222.         +1 510 674-0821 FAX
  223.         Email: orders@cdrom.com (Orders)
  224.         Email: info@cdrom.com (Information)
  225.         Email: support@cdrom.com (Tech Support)
  226.         WWW:   http://www.cdrom.com/
  227.         FTP:   ftp.cdrom.com
  228.  
  229. =============================== README.TXT ==================================
  230.